.swiper-button-prev,
.swiper-button-next {
    width: auto;
    height: auto;
    background-image: none;
    margin-top: 0;
    transform: translateY(-50%);
    opacity: 1 !important;
}

.dataNums {
    /* position: absolute; */
    top: 50%;
    display: inline-block;
    /* width: 100%; */
    height: 50px;
    /* margin-top: -37px; */
    text-align: center;
}

.dataNums .dataOne {
    width: 28px;
    height: 100%;
    /* margin: 0px 3px; */
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
    line-height: 50px;
    color: #3a3b3b;
    text-shadow: 0 0 3px rgba(0, 0, 0, .33);
}
.number>ul>li:nth-child(3) .dataOne:nth-child(3){
    line-height: 48px;
}
.dataNums .dataBoc {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dataNums .dataBoc .tt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dataNums .tt span {
    width: 100%;
    height: 100%;
    font-size: 48px;
    line-height: 50px;
    color: #3a3b3b;
    display: block;
    text-shadow: 0 0 3px rgba(0, 0, 0, .33);

    /* font-weight: bold */
}

.banner {
    position: relative;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-slide>a>img:nth-child(2) {
    display: none;
}

.banner>.container {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
}

.banner_btn {
    position: absolute;
    right: 13.5%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}

.banner_btn>div {
    position: static;
    display: block;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    width: 38px;
    height: 107px;
    text-align: center;
    line-height: 107px;
    background: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, .4);
    margin: 7px 0;
}

.banner_btn>div:hover {
    color: #fff;
    background: rgba(0, 0, 0, .4);
}

.banner_nav {
    width: 300px;
    position: absolute;
    left: 13.5%;
    top: 0;
    height: 100%;
    background: #f0f0f0;
    z-index: 2;
}

.banner_nav h4 {
    text-align: center;
    line-height: 30px;
    padding: 6px 0;
    background: #eea800;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.banner_nav>ul {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 42px);
}

.banner_nav>ul>li {
    position: absolute;
    height: 25%;
    box-sizing: border-box;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    cursor: pointer;
    display: table;
}

.banner_nav>ul>li:last-child {
    border-bottom: none;
}



.banner_nav_img {
    display: inline-block;
    vertical-align: top;
    width: 40px;
}

.banner_nav_img img {
    width: 26px;
}

.banner_nav_img img:nth-child(2) {
    display: none;
}

.banner_nav_name {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
}

.banner_nav>ul>li:nth-child(2) {
    top: 25%;
}

.banner_nav>ul>li:nth-child(3) {
    top: 50%;
}

.banner_nav>ul>li:nth-child(4) {
    top: 75%;
}

.banner_nav>ul>li:nth-child(5) {
    top: 80%;
}

.banner_nav>ul>li a {
    font-size: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
}

.banner_nav>ul>li h2 {
    font-size: 22px;
    color: #282828;
}

.banner_nav>ul>li h2 font {
    display: inline-block;
    font-size: 14px;
    color: #777777
}

.banner_nav>ul>li h3 {
    font-size: 16px;
    color: rgba(40, 40, 40, .5)
}

.banner_nav>ul>li a:last-of-type {
    border-right: 0;
}

.banner_nav>ul>li:hover {
    background: #dbdbdb;
}

.banner_nav>ul>li:hover img:nth-child(2) {
    display: block;
}

.banner_nav>ul>li:hover img:nth-child(1) {
    display: none;
}

.banner_nav>ul>li:hover h2,
.banner_nav>ul>li:hover h2 font {
    color: #eea800
}

.banner_nav_select {
    position: absolute;
    left: 100%;
    top: 0;
    background: rgba(0, 0, 0, .84);
    height: 100%;
    width: 550px;
    display: none;
}

.banner_nav_select>ul>li {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 13px;
    display: none;
}

.banner_nav_select>ul>li.ac {
    display: block;
}

.b_nav_s_right {
    display: none;
    width: 36.5%;
    vertical-align: top;
    position: absolute;
    right: 13px;
    top: 13px;
    height: calc(100% - 26px);
}

.b_nav_s_right img {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: auto;
    max-width: 100%;
}

.b_nav_s_left {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding: 28px 40px 0 28px;
}

.fgitem li {
    margin-bottom: 40px;
}

.fgitem li a {
    color: rgba(255, 255, 255, .5)
}

.fgitem li a:first-child {
    font-weight: bold;
    color: #eea800;
    display: block;
    margin-bottom: 10px;
}

.fgitem li a:first-child:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: 0;
    height: 1px;
    background: #eea800;
}

.fgitem li a:first-child:hover:before {
    width: 14px;
    margin-right: 4px;
}

.banner_tab {
    opacity: 0;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.banner_tab.active {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.banner_tab li {
    display: inline-block;
    vertical-align: top;
    padding: 45px 0 45px 42px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    width: 20%;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;

}

.banner_tab li:after {
    content: '>';
    display: block;
    /* width: 1px;
    height: 112px;
    background: #e5e7eb; */
    position: absolute;
    font-size: 50px;
    color: #e5e7eb;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    -webkit-transform: translateY(-50%) translateX(50%);
}

.banner_tab li:nth-child(5) {
    z-index: 1;
}

.banner_tab li:nth-child(4) {
    z-index: 2;
}

.banner_tab li:nth-child(3) {
    z-index: 3;
}

.banner_tab li:nth-child(2) {
    z-index: 4;
}

.banner_tab li:nth-child(1) {
    z-index: 5;
}

.banner_tab li:last-of-type:after {
    display: none;
}

.banner_tab li:hover {
    border-color: #eea800;
    background: #f9f9f9;
}

.banner_tab li div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
}

.banner_tab li p {
    color: #282828;
    font-size: 20px;
    margin-bottom: 4px;
}

.banner_tab li span {
    color: #bfbfbf;
    font-size: 12px;
}

.ddty {
    padding: 50px 0;
    background: #f0f0f0;
}
.ddty h1{display: none;}

.ddyy {
    border-top: 14px solid #eea800;
}


.ddyy_left {
    display: inline-block;
    vertical-align: top;
    width: 29.7%;
}

.ddyy_left img {
    width: 100%;
}

.ddyy_right {
    display: inline-block;
    vertical-align: top;
    width: 70.3%;
}

.ddyy_right form {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ddyy_form_left {
    display: table-cell;
    vertical-align: top;
    background: #fff;
    border-right: 10px solid #f0f0f0;
    width: 68%;
    box-sizing: border-box;
    padding: 45px 73px;
}

.ddyy_form_left p {
    color: #b4b4b4;
    padding-left: 20px;
}

.ddyy_input,
.ddyy_select {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    margin-bottom: 20px;
    padding: 0 18px;
}

.ddyy_select select,
.ddyy_input input {
    border: none;
    outline: none;
    background: transparent;
    height: 44px;
    line-height: 44px;
    width: calc(100% - 38px);

}

.ddyy_inline {
    display: inline-block;
    width: 48%;
    margin-right: 4%;

}

.ddyy_inline:nth-of-type(2n) {
    margin-right: 0;
}

.ddyy_input i {
    display: inline-block;
    vertical-align: middle;
    color: #c6c6c6;
    font-size: 22px;
    margin-right: 16px;
}

.ddyy_input input:-moz-placeholder {
    color: #282828
}

.ddyy_input input:-ms-input-placeholder {
    color: #282828
}

.ddyy_input input::-webkit-input-placeholder {
    color: #282828
}

.ddyy_input.focus input:-moz-placeholder {
    color: #eea800
}

.ddyy_input.focus input:-ms-input-placeholder {
    color: #eea800
}

.ddyy_input.focus input::-webkit-input-placeholder {
    color: #eea800
}

.ddyy_input.focus {
    border-color: #eea800;
    background: #fff;
}

.ddyy_input.focus i {
    color: #eea800
}

.ddyy_form_right {
    display: table-cell;
    vertical-align: top;
    width: 32%;
    background: #fff;
    padding: 45px 46px 0;
}

.ddyy_form_right h3 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(40, 40, 40, .4)
}

.ddyy_form_right h4 {
    color: #ed4e08;
    font-size: 72px;
    font-family: 'arb';
    border-bottom: 1px solid #eaeaea;
    line-height: 80px;
}

.ddyy_form_right h5 {
    font-size: 18px;
    color: #282828;
    margin-top: 10px;
}

.ddyy_form_right button {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/btnback.png);
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    box-sizing: border-box;
    /* border: 1px solid #f3f3f3; */
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-top: 32px;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .44);
}

.ddyy_form_right button:hover {
    /* color:#ed4e08 */
    transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
}

.wrap>* {
    padding: 40px 0;
}

.pzbz {
    /* padding: 40px 0; */
    background: #f0f0f0;
}

.indextit {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
}

.indextit span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    border-radius: 50%;
    background: #eea800;
    font-weight: bold;
    font-size: 20px;
    /* text-align: center; */
    line-height: 30px;
    vertical-align: middle;
}

.indextit h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #282828;
    margin-left: 12px;
}

.indextit font {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    color: #eea800;
    margin-left: 12px;
}

.indextit i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    color: #9f9f9f;
    font-size: 12px;
    text-transform: uppercase;
}

.indextit div {
    float: left;
}

.indextit a {
    float: right;
    font-size: 14px;
    color: #9f9f9f;
    text-transform: uppercase;
}

.indextit a:hover {
    color: #282828
}

.pztab {
    padding: 30px 0 0;
}

.pztab li {
    display: inline-block;
    vertical-align: top;
    width: 16.666%;
    text-align: center;
    opacity: 0;
    transform: translateY(150%);
    -ms-transform: translateY(150%);
    -webkit-transform: translateY(150%);
}

.pzbz.active .pztab li {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.pztab li span {
    display: inline-block;
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    margin-bottom: 16px;
}

.pztab li span:before {
    content: '';
    display: block;
    width: 88%;
    height: 88%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    border: 1px dashed #a5a5a5;
    z-index: 2;
}

.pztab li span i {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    color: #9a7630;
    font-size: 48px;
}

.pztab li span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    width: 94%;
}

.pztab li p {
    color: #282828;
    font-size: 20px;
}

.pztab li font {
    color: #8f8f8f;
    font-size: 13px;
}

.pztab li:hover p {
    color: #eea800
}

.pztab li:hover i {
    opacity: 0;
}

.pztab li:hover img {
    opacity: 1;
}

.pztab li:hover span:before {
    border-color: #fff
}

.index_qwdz {
    /* padding: 45px 0; */
}

.index_qwdz_box {
    margin-top: 19px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.index_qwdz_box>* {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.qw_left {
    width: 25.8%;
    opacity: 0;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.qw_right {
    width: 16.07%;
    opacity: 0;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.qw_right img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.qw_center {
    padding: 0 10px;
    opacity: 0;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    width: 58.13%;
}

.index_qwdz.active .index_qwdz_box>* {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.qw_center .swiper-slide img {
    width: 100%;
}

.q_l_box li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.q_l_box li:last-of-type {
    margin-bottom: 0;
}

.q_l_box li div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
}

.q_l_box li .qwbox {
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
}

.qwbox:before {
    content: '';
    display: block;
    width: 24px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/before_03.png);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.qwbox:after {
    content: '';
    display: block;
    width: 24px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/after_03.png);
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.q_l_box li img {
    width: 100%;
}

.q_l_box li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(238, 168, 0, .9);
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
}

.q_l_box li h2 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 4px;
    position: relative;
    width: 100%;
}

.q_l_box li h2:after {
    content: '';
    display: block;
    height: 1px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/jb.png);
    margin-top: 6px;
}

.q_l_box li p {
    font-size: 18px;
    color: #fff;
}

.q_l_box li:hover:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.q_l_box li:hover .qwbox {
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
}

.qw_center .swiper-button-prev,
.qw_center .swiper-button-next {
    width: 38px;
    height: 107px;
    background: rgba(0, 0, 0, .2);
    line-height: 107px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.qw_center .swiper-button-prev:hover,
.qw_center .swiper-button-next:hover {
    background: rgba(0, 0, 0, .6);
}

.index_al {}

.index_al_top {
    margin-top: 19px;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.index_al_top>* {
    display: table-cell;
    vertical-align: top;
}

.index_al_t_right {
    width: 66.57%;
}

.index_al_t_right img {
    width: 100%;
}

.index_al_t_left {
    padding-right: 10px;
}

.index_al_t_left ul {
    background: #f3f3f3;
}

.index_al_t_left li {
    display: inline-block;
    vertical-align: top;
    /* width: 33.33333%; */
    width: 50%;
    box-sizing: border-box;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    position: relative;
}

/* .index_al_t_left li:nth-child(3n) {
    border-right: none;
} */

.index_al_t_left li:nth-child(1),
.index_al_t_left li:nth-child(2) {
    border-top: none
}

.index_al_t_left li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.index_al_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.index_alimg img:nth-child(2) {
    display: none;
}

.index_al_box p {
    color: #282828;
    font-size: 16px;
    margin-top: 14px;
}

.index_al_t_left li:hover .index_alimg img:nth-child(2) {
    display: inline-block;
}

.index_al_t_left li:hover .index_alimg img:nth-child(1) {
    display: none;
}

.index_al_t_left li:hover p,
.index_al_t_left li:hover span {
    color: #fff
}

.index_al_t_left li:hover {
    background: #eea800;
}

.index_al_box span {
    height: 42px;
    font-size: 20px;
    font-weight: bold;
    color: #282828
}

.index_al_bottom {
    margin-top: 10px;
}

.index_al_bottom .swiper-slide img {
    width: 100%;
}

.index_al_bottom .swiper-button-prev,
.index_al_bottom .swiper-button-next {
    width: 38px;
    height: 107px;
    background: rgba(0, 0, 0, .2);
    line-height: 107px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.index_al_bottom .swiper-button-prev:hover,
.index_al_bottom .swiper-button-next:hover {
    background: rgba(0, 0, 0, .6);
}

.index_al_bottom .swiper-slide p {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: calc(100% - 20px);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 30px;
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
}

.index_al_bottom .swiper-slide-active p,
.index_al_bottom .swiper-slide:hover p {
    color: #fff;
    background: #eea800;
}

.index_sjs_box {
    margin-top: 20px;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.index_sjs_box>* {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

.index_sjs .indextit {
    text-align: left;
}

.index_sjs_right {
    width: 73.64%;
}

.index_sjs_right li img {
    width: 100%;
}

.index_sjs_right li {
    display: none;
    position: relative;
}

.index_sjs_right li.ac {
    display: block;
}

.sjsimg {
    width: 30.7%;
    box-sizing: border-box;
    padding: 8px 0 0 8px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: -22px;
}

.sjsjs {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 30.7%;
    padding: 32px 64px 32px 0;
    text-align: right;
    width: 69.3%;
    background-size: 100% 100%;
    background-image: url(../images/shadow_03.png);

}

.sjsjs h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.sjsjs h3 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 18px;
}

.sjsjs p {
    color: rgba(255, 255, 255, .4);
    line-height: 22px;
}

.index_sjs_left {
    padding-right: 10px;
}

.index_sjs_left .swiper-button-prev,
.index_sjs_left .swiper-button-next {
    position: relative;
    display: inline-block;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    width: 50%;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    text-align: center;
    margin-top: 12px;
}

.index_sjs_left .swiper-button-prev i,
.index_sjs_left .swiper-button-next i {
    color: #000;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.index_sjs_left .swiper-button-prev i {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.index_sjs_left .swiper-button-next i {
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.index_sjs_left .swiper-button-prev:hover,
.index_sjs_left .swiper-button-next:hover {
    background: #eea800;
}

.index_sjs_left .swiper-button-prev:hover i,
.index_sjs_left .swiper-button-next:hover i {
    color: #fff
}

.index_sjs_left .swiper-container {
    background-size: 100% 100%;
    background-image: url(../images/sjsbac.png);
}

.index_sjs_left .swiper-slide {
    border-bottom: 3px solid transparent;
    padding: 16px 0 0 34px;
}

.index_sjs_left .swiper-slide:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #eea800;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.index_sjs_left .swiper-slide-active:after {
    left: 0;
    width: 100%;
}

.index_sjs_left .swiper-slide-active,
.index_sjs_left .swiper-slide-next {
    border-color: #fff;
}

.sjstx {
    display: inline-block;
    width: 110px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}

.sjstx img {
    width: 100%;
}

.sjs_b_js {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 110px);
    box-sizing: border-box;
    padding-left: 34px;
}

.sjs_b_js h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.sjs_b_js h3 {
    color: #fff;
    margin-bottom: 6px;
}

.sjs_b_js p {
    color: rgba(255, 255, 255, .4);
    line-height: 22px;

}

.index_sjs .container {
    text-align: center;
}

.index_sjs .container>a {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/btnback.png);
    height: 42px;
    padding: 0 40px;
    text-align: center;
    line-height: 42px;
    box-sizing: border-box;
    /* border: 1px solid #f3f3f3; */
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin: 30px 0 0;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .44);

}

.index_sjs .container>a:hover {
    transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
}

.index_md {
    background: #f6f6f6;
}

.number {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}

.number>ul>li {
    padding: 56px 0;
    text-align: center;
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    border-right: 2px solid #f5f5f5;
    background: #fff;
}

.number>ul>li:last-of-type {
    border-right: none;
}

.number>ul>li h2 {
    font-size: 0;
}

.number>ul>li h2>span {
    display: inline-block;
    margin-right: 6px;
}

.num_box {
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}

.num_box font {
    display: inline-block;
    vertical-align: bottom;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #eea800;
    font-size: 12px;
    margin-left: 3px;
}

.num_box p {
    font-size: 18px;
    color: #a9a9a9;
    margin-top: 8px;
}

.md_map {
    width: 100%;
    margin-top: 20px;
    display: table;
    table-layout: fixed;
}

.md_map>* {
    display: table-cell !important;
    vertical-align: top;
    position: relative;
}

.md_right {
    width: calc(50% + 5px);
    box-sizing: border-box;
    padding-left: 10px;
}

.md_right li {
    position: relative;
}

.md_right li img {
    width: 100%;
}

.md_txt {
    width: calc(100% - 14px);
    position: absolute;
    left: 7px;
    bottom: 7px;
    background: rgba(0, 0, 0, .55);
    padding: 14px 46px 14px;
    box-sizing: border-box;
    font-size: 0;
}

.md_txt span {
    display: inline-block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    border: 1px solid #eea800;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}

.md_txt span i {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    color: #eea800;
    font-size: 28px;
}

.md_name {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 63px);
    box-sizing: border-box;
    padding-left: 35px;
}

.md_name h2 {
    color: #fff;
    font-size: 20px;
}

.md_name p {
    color: rgba(255, 255, 255, .5)
}

.md_name div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px);

}

.md_name font {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    text-align: right;
    color: #9f9f9f;
    font-size: 14px;
    text-transform: uppercase;
}

.md_right li:hover font {
    color: #eea800
}

.md_right ul {
    margin-bottom: 26px;
}

.md_right input {
    border: 2px solid #eea800;
    height: 42px;
    box-sizing: border-box;
    line-height: 42px;
    background: transparent;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 68px);
    outline: none;
}

.md_right button {
    width: 68px;
    height: 42px;
    display: inline-block;
    vertical-align: top;
    background: #eea800;
    color: #fff;
    text-align: center;
    line-height: 42px;
}

.md_right form {
    font-size: 0;
}

#allmap {
    width: 100%;
    /* height: 500px; */
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

#allmap *,
#allmaps * {
    font-size: 14px;
    box-sizing: content-box;
}

/* 
span.BMap_Marker img {
    width: 100%;
} */

.index_zs .zsjm {
    background-image: url(../images/indexjmbac_03.jpg);

}

.ttpp {
    padding: 30px 0 0;
}

.ttpp .container {
    display: table;
    table-layout: fixed;
}

.ttpp .container>* {
    display: table-cell;
    vertical-align: top;

}

.ppjj a {
    display: block;
    box-sizing: border-box;
    padding: 10px;
}

.ppjj a:hover h2 {
    color: #eea800
}

.ppjjimg img {
    width: 100%;
}

.ppjj {
    border: 1px solid #d4d4d4;

}

.ttpp_left .indextit {
    border-bottom: none;
}

.ttpp_right {
    padding-left: 10px;
}

.ppjj h2 {
    padding: 35px 25px 0;
    line-height: 30px;
    font-size: 16px;
    color: #282828
}

.ppjj p {
    line-height: 30px;
    color: #a3a3a3;
    padding: 0 25px 18px;
}

.ttpp_right {
    position: relative;
}

.ttpp_right li {
    width: calc(50% - 10px);
    /* height: calc(50% - 5px); */
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 12px 30px 0;
    position: absolute;
}

.ttpp_right li:nth-child(1) {
    left: 10px;
    top: 0;
}

.ttpp_right li:nth-child(2) {
    right: 0;
    top: 0;
}

.ttpp_right li:nth-child(3) {
    left: 10px;
    bottom: 0;
}

.ttpp_right li:nth-child(4) {
    right: 0;
    bottom: 0;
    padding: 0;
}

.ttpp_right li img {
    width: 100%;
}

.ttpp_right li:nth-child(4) img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.ttpp_right li h2 {
    font-size: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
}

.ttpp_right li:nth-child(1) img {
    margin-bottom: 14px
}

.ttpp_right li:nth-child(1) h2 {
    border-bottom: none;
    margin-bottom: 0;
}

.ttpp_right li a {
    line-height: 22PX;
    display: block;
    color: #282828
}

.ttpp_right li a:hover {
    color: #eea800
}

.ttpp_right li span {
    display: block;
    color: #b2b2b2;
    line-height: 26px;
}

.ttpp_right li p {
    font-size: 0;
}

.ttpp_right li p i {
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    margin-right: 8px;
    color: #eea800
}

.ttpp_right li p font {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 26px);
    font-size: 14px;
    color: #282828;
    line-height: 26px;
}
.index_mapbanner img{
    width: 100%;
}

.index_mapbanner .swiper-button-prev,
.index_mapbanner .swiper-button-next{
    width: 30px;
    text-align: center;
    /* height: 60px; */
    /* background: rgba(0, 0, 0, 0.4); */
    color:#fff;
    /* line-height: 60px; */
}

.index_mapbanner .swiper-button-prev:hover,
.index_mapbanner .swiper-button-next:hover{
    color:#eea800
}